projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6ed74
)
checkbutton: Remove unused function prototype
author
Timm Bäder
<mail@baedert.org>
Fri, 27 Jan 2017 10:07:41 +0000
(11:07 +0100)
committer
Timm Bäder
<mail@baedert.org>
Mon, 30 Jan 2017 17:11:00 +0000
(18:11 +0100)
gtk/gtkcheckbutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcheckbutton.h
b/gtk/gtkcheckbutton.h
index 66cc5ff37cd4f4179ca66262901f7b31ac584fd2..45aa8470b26498c85a0d5ec6cdd79ccc28ac42e9 100644
(file)
--- a/
gtk/gtkcheckbutton.h
+++ b/
gtk/gtkcheckbutton.h
@@
-75,10
+75,6
@@
GtkWidget* gtk_check_button_new_with_label (const gchar *label);
GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_check_button_new_with_mnemonic (const gchar *label);
-void _gtk_check_button_get_props (GtkCheckButton *check_button,
- gint *indicator_size,
- gint *indicator_spacing);
-
G_END_DECLS
#endif /* __GTK_CHECK_BUTTON_H__ */